/*
Theme Name: 004B Round Tabs | Frond on Light Page
Description: WordPress theme developed by Burst Creative
Version: 1.0
Author: Burst Creative
Author URI: http://www.burstcreative.com.au
*/

/* RESET AND BASICS */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font-family: Georgia, "Times New Roman", Times, serif; }
a { text-decoration: none; outline: none; color: #000; border-bottom: 1px dotted; }
a:hover { color: #74CEE2; border-bottom: none; }
a img { border: 0; background: none; }
img	{ vertical-align: middle; }
.clear { clear: both; }
fieldset { border: 0; }
::selection { background: #ffcc89; color: #222; }
::-moz-selection { background: #ffcc89; color: #222; }
.button { background: #fe4902 url(/images/button-bg.png) top left repeat-x !important; color: white !important;  font-weight: bold; font-size: 15px; -moz-border-radius: 16px !important; -webkit-border-radius: 12px !important; border: 0 !important; letter-spacing: -1px; padding: 5px 12px 3px 12px !important; }
.button:hover { background: #2e2e2e !important; cursor: pointer; }
.alignCenter { text-align: center; }
.floatLeft { float: left; }
.floatRight { float: right; }



/* GENERAL TYPOGRAPHY */
h1, h2, h3, h4, h5 { font-weight: normal; margin: 0 0 5px 0; }
h1 { font-size: 36px; color: #00B1C5; }
h2 { font-size: 32px; color: #00B1C5 }
h3 { font-size: 26px; color: #00B1C5 }
h4 { font-size: 20px; font-weight: bold; color: #000 }
h5 { font-size: 20px; font-style: italic; color: #000 }
p, li, dd, td { font: 13px/21px Georgia, "Times New Roman", Times, serif; color: #005D68; }
p, dd { margin: 0 0 10px 0; }
li { margin: 0 0 5px 0; }
p strong, li strong { color: #00B1C5; }
blockquote { padding: 0 0 0 15px; margin: 0 0 15px 15px; border-left: 2px solid #ccc; }
blockquote, blockquote p { font: italic 13px/21px "Lucida Sans", "Lucida Grande", Arial, Helvetica, Sans-Serif; }
code { font: 12px/18px Monaco, Courier; width: 500px; padding: 10px; display: block; background: #F0F0F0;  overflow: auto; margin: 5px 0 15px 0; position: relative; color: #000; }
pre code[class]:after { content: attr(class); display: block; text-align: right; font-size: 10px; padding: 5px 5px 0 0; color: #fe4902; }			
ul, ol { margin-left: 20px; padding-bottom: 5px; }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
a.cboxElement { border: none; }

a.cboxElement img { margin: 0 15px 15px 0; border: 6px solid #ccc; }

a:hover.cboxElement img { border: 6px solid #333; }

/* End Images */


/* MAIN STRUCTURE */

body {
	background: url(images/bg-body.jpg) no-repeat center top fixed;
	margin: 20px 0;
}

#page-wrap {
	width: 960px;
	margin: auto;
}

#header {
	width: 960px;
	height: 170px;
	background: url(images/bg-header.png) no-repeat;
	position: relative;
}

#header h1 { 
	background: url(images/logo.png) no-repeat;
	width: 2660px;
	height: 105px;
	text-indent: -9999px; 
	position: absolute; 
	top: 20px; 
	left: 50px;
}

#nav {
	border-bottom: 1px solid #00B1C5;
	position: absolute;
	top: 138px;
	width: 100%;
}

#content-wrap {
	padding: 20px 50px 20px 50px;
	overflow: auto;
	background: url(images/bg-content.png) repeat;
}

#content {
	float: left;
	min-height: 400px;
	padding-right: 30px;
}

#content.default {
	border-right: 1px solid #00B1C5;
	width: 550px;
}

#content.sidebar-image {
	width: 550px;
}

#content.full-width {
	width: 100%;
}

#sidebar {
	float: right;
	min-height: 300px;
}

#sidebar.default {
	width: 240px;
}

#sidebar.image {
	width: 270px;
}

#sidebar ul  {
	list-style-type: none;
	margin: 0;
}

/* Side Bar Style */
li.widget {
	width: 200px;
	padding: 20px;
	border: 1px solid #FFF;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	list-style-type: none;
}

li.widget h2 {
	font-size: 22px;
	padding-bottom: 5px;
	color: #74CEE2;
}

li.widget p {
	color: #74CEE2;
}

li.widget a {
	color: #74CEE2;
}

li.widget a:hover {
	color: #000;
}

#footer {
	background: url(images/bg-footer.png) no-repeat;
	width: 960px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
}

#footer p, #footer a {
	font-size: 11px;
	color: #00B1C5;
}

#footer a:hover {
	color: #000;
	font-size: 11px;
}

#suckerfishnav {
    font-size:14px;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:30px;
    padding:0;
    margin:0 0 0 50px;
    }
	
#suckerfishnav li {
    float:left;
    padding:0;
	margin: 0 10px 0 0;
}
	
/* Top Menu - Off State: Tab Background and Font Colours */
#suckerfishnav li a {
    display:block;
	background: none;
    color:#005D68;
    text-decoration:none;
    padding:0px 15px;
	border: 1px solid #00B1C5;
	border-bottom: none;
	line-height: 30px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/* Top Menu - On and Hover States: Tab Background and Font Colours */
#suckerfishnav li a:hover, #suckerfishnav li:hover a, #suckerfishnav li.sfhover a, #suckerfishnav li.current_page_item a, #suckerfishnav li.current_page_parent a  {
	background: #FFF;
	color: #005D68;
}
		
#suckerfishnav li li {
    float:left;
    padding:0;
	margin: 0;
    }
	
#suckerfishnav li ul {
	z-index: 100;
    }
	
	#suckerfishnav li li a {
    display:block;
    text-decoration:none;
    padding:0px 15px;
	border: none;
	line-height: 30px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	margin-bottom: 1px;
}

#suckerfishnav li li:first-child a {
    margin-top: 2px;
}

#suckerfishnav li ul {
	/* margin-top: 2px; */
}

/* Drop Down Menu - Hover States: Background and Font Colours */
#suckerfishnav li li a:hover {
	background: #00B1C5;
	color: #fff;
}


#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:200px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    }
#suckerfishnav li li {
    width:200px;
    }

#suckerfishnav li ul ul {
    margin:-21px 0 0 100px;
    }

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    }
	
div.news-item {
	border-top: 1px solid #59AEC8;
	padding-top: 20px;
	margin-bottom: 30px;
}

div.news-item:first-child {
	border-top: none;
	padding-top: 0;
	margin-bottom: 30px;
}

small {
	color: #1A4F5F;
	font-weight: bold;
	margin: 10px 0 5px 0;
	display: block;
}

.alignright img {
	margin-left: 20px;
}

p.wp-caption-text {
	text-align: right;
	font-weight: bold;
	color: #666;
	}